home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 050a / q2tse.zip / Q2TSE.DOC < prev    next >
Text File  |  1993-04-16  |  6KB  |  120 lines

  1.  
  2.                                  Q2TSE
  3.  
  4.     Q2TSE is a macro that will extract many of your configuration
  5.     settings from QEdit 2.x versions and place them into your TSE.CFG
  6.     file (or a separate file, if you choose).  Q2TSE will also extract
  7.     the key assignments from your qconfig.dat file and place them in
  8.     your TSE.KEY file (or a separate file, if you choose).
  9.  
  10.     Q2TSE will work with QEdit versions 2.07a and greater.  To use the
  11.     macro, change to the directory where the Q2TSE.MAC file is located
  12.     and enter the following at the DOS prompt:
  13.  
  14.             e -eq2tse
  15.  
  16.     If you have renamed E.EXE to something else, then replace the lone 'e'
  17.     in the line above with the new name of your E.EXE.  For example,
  18.     if you renamed E.EXE to TSE.EXE, then type   tse -eq2tse
  19.  
  20.     After you have entered the correct parameters on the DOS command line
  21.     and pressed <RETURN>, you will now see the following prompt box on your
  22.     screen, with the default values as shown:
  23.  
  24.  
  25. ┌────────────────── Update QEdit 2.x to TSE Pre-Release 1.0 ───────────────────┐
  26. │ QEdit 2.x executable  [                                               Q.EXE] │
  27. │ QEdit 2.x config file [                                         QCONFIG.DAT] │
  28. │ TSE config file       [                                             TSE.CFG] │
  29. │ TSE Key file          [                                             TSE.KEY] │
  30. ├──────────────────────────────────────────────────────────────────────────────┤
  31. │ Begin Update Now                                                             │
  32. └──────────────────────────────────────────────────────────────────────────────┘
  33.  
  34.  
  35.  
  36.   QEdit 2.x executable  - This is the name and path (if not in the current
  37.                           directory) of your QEdit 2.x executable file.
  38.  
  39.   QEdit 2.x config file - This is the name and path (if not in the current
  40.                           directory) of your QEdit 2.x keyboard file.
  41.  
  42.   TSE config file       - This is the name and path (if not in the current
  43.                           directory) of your TSE configuration file.
  44.  
  45.   TSE Key file          - This is the name and path (if not in the current
  46.                           directory) of your TSE key assignment file.
  47.  
  48.  
  49.   Once you have updated the values in the prompt box to reflect your setup,
  50.   select "Begin Update Now".
  51.  
  52.   * Please note:  If either QEdit 2.x file does not exist, you will have
  53.                   to re-execute Q2TSE and supply the valid names and
  54.                   paths.  If the TSE files do not exist, you will be
  55.                   prompted as to whether or not you want to create them.
  56.  
  57.     Q2TSE will extract the necessary settings from the 2.x version of
  58.     QEdit and place them in the specified TSE config file.  If an option
  59.     already exists in the TSE config file, then it's value is modified
  60.     to reflect the setting extracted from the 2.x version of QEdit.
  61.  
  62.     Q2TSE will extract the key assignments from the specified QEdit 2.x
  63.     keyboard file, making necessary conversions (if possible), and place
  64.     them in the specified TSE Key file.  If a key assignment already
  65.     exists in the TSE Key file, it will be updated to reflect the newer
  66.     assignment.
  67.  
  68.         *NOTE* - If you do not want to mix the QEdit 2.x assignments
  69.         with the key assignments that are present in the TSE Key file,
  70.         specify a new filename for the TSE Key file before selecting
  71.         "Begin Update Now".
  72.  
  73.     If QEdit macros or QEdit commands cannot be converted, a note will
  74.     be made in the TSE Key file (using the Warn() command) so that you
  75.     can make adjustments manually.
  76.  
  77.     NOTES (Read prior to "burn-in" process):
  78.  
  79.         The ToggleEGA43 QEdit command is converted so that the video
  80.         will change between _25_LINES_ and _43_LINES_.  If you are using
  81.         a VGA monitor, you may want to replace the occurrence of
  82.         _43_LINES_ with _50_LINES_ , so that you will use _25_LINES_ and
  83.         _50_LINES_ as the "toggle".  Be sure to locate the conversion in
  84.         your TSE Key file and make these adjustments before "burning-in"
  85.         the newer Key file.
  86.  
  87.         Since QEdit does not have "HelpLines", ShowHelpLine is set OFF
  88.         in the specified TSE config file, and HelpLine assignments are
  89.         commented out if they exist in the specified TSE Key file.  If
  90.         you want to use the HelpLines, be sure to make the necessary
  91.         adjustments to the individual HelpLine assignments in your TSE
  92.         Key file, and be sure to set ShowHelpLine ON in your TSE
  93.         configuration file. (Refer to page 49 and 212 in the "Advanced
  94.         User's Guide" for information about HelpLines and ShowHelpLine)
  95.  
  96.         QEdit's QuickHelp is not converted. You will need to create a
  97.         help construct (page 36 in the "Advanced User's Guide") using
  98.         the contents of your QEDIT.HLP file, and replace the existing
  99.         TSE.HLP file with the file you create.  You will need to edit
  100.         your TSE.KEY file and assign the ShowHelp() command (using your
  101.         defined help) at the appropriate location. (Refer to page 168 in
  102.         the "Advanced User's Guide" for a description of ShowHelp()).
  103.  
  104.         MainMenu() is assigned to the key(s) that had ESCAPE assigned
  105.         to them in your specified QEdit 2.x keyboard file.
  106.  
  107.         A QEdit 2.15 compatible menu will be posted in this conference
  108.         as soon as it is available.
  109.  
  110.     Once you have made the necessary adjustments, you will need to save
  111.     the newly created files and use SC.EXE to "burn-in" your new
  112.     configuration and key file so the new settings will take effect.  If
  113.     you have chosen new file names for either of the specified TSE
  114.     files, be sure to update your TSE.S file with the names of the new
  115.     files before running the "burn-in" process. (Refer to page 48 of the
  116.     "Advanced User's Guide" for information about the "burn-in"
  117.     process).
  118.  
  119. End of Q2TSE documentation.
  120.